# Gentoox .bochsrc file by ShALLaX (gentoox@shallax.com) - 19/06/2003 # Only mess with this file if you know what youre doing. I don't claim that # this is fully optimised, but it worked for me. If anyone wants to make a # better one PLEASE feel free to and email it back to me and I'll have it # implemented ;) # BIOS file romimage: file=/usr/lib/bochs/1.4.1/BIOS-bochs-latest, address=0xf0000 # This might be tweakable to improve performance megs: 32 # VGArom file vgaromimage: /usr/lib/bochs/1.4.1/VGABIOS-elpin-2.40 # Floppy "A:" drive - not used by default, but feel free to run bximage to make # one - just be sure to put it in /mnt/bochs and call it "floppy.img" # (lowercase) #floppya: 1_44=/mnt/bochs/floppy.img, status=inserted # This is the 2GB hard drive diskc: file=/mnt/bochs/c.img, cyl=4063, heads=16, spt=63 # This is your CDrom drive cdromd: dev=/dev/cdrom, status=inserted # If you're having problems with sound, hash out the following line sb16: midimode=1, midi=/dev/midi00, wavemode=1, wave=/dev/dsp, loglevel=2, log=sb16.log, dmatimer=600000 # If you're having problems with networking, hash out the following line ne2k: ioaddr=0x300, irq=15, mac=b0:c5:20:00:00:00, ethmod=linux, ethdev=eth0 # Tell bochs what to boot from (Valid selections: a, c, cdrom) # Ofcourse, cdrom is the initial state, this is changed to "c" after # Windows 98 has been installed. boot: cdrom # Tell bochs to log any errors to ./out.bochs file. This will be found in the # directory in which bochs was launched from. log: out.bochs # Tell bochs to enable the mouse at startup. You can disable it during # emulation by pressing the middle mouse button. To reenable it, click the # picture of the mouse (Top left). mouse: enabled=1 # This setting will probably require some tinkering. This is how fast the # emulator is told to run (Currently set at 3000000 instructions per second) ips: 3000000